home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libslp1.postinst < prev    next >
Encoding:
Text File  |  2007-03-05  |  148 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. # Source debconf library.
  4. . /usr/share/debconf/confmodule
  5.  
  6. if [ "$1" = "configure" ]
  7. then
  8.     ldconfig /usr/lib/libslp.so.1
  9. fi
  10.  
  11.  
  12.  
  13. exit 0
  14.